Welcome![Sign In][Sign Up]
Location:
Search - ftp in delphi

Search list

[WinSock-NDIS用Delphi实现远程控制

Description: WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,它可以发送一个消息给对方,并能够使对方的电脑关闭、重新启动或重新登录。-WinSock API is a group for the transmission of data on the network and exchange information. Although there are now many tools such as FTP program on the network can transmit data and documents, but through WinSock greater programming flexibility, it does not need the care network connectivity details, but with WinSock very complicated programming. In Delphi, we do not need directly with the WinSock API deal because TServerSocket TClientSocket components and devices (in Internet pages) package of the most WinSock API, making the right WinSock visit greatly simplified. Following the example of the remote control very clear illustration of this problem, it can send a message to each other and to make each other's computers shut down, restart or re-logged.
Platform: | Size: 5445 | Author: 里平 | Hits:

[Ftp Serverftpsrv

Description: Delphi/C++Builder
Platform: | Size: 94208 | Author: 站长 | Hits:

[Windows DevelopFindFTP (FTP站点搜索工具)

Description: FTP站点搜索工具-FTP site search tool
Platform: | Size: 384000 | Author: 望月 | Hits:

[Process-Thread爱虫病毒

Description: 病毒吧~因为该变种病毒不但要攻击RPC漏洞,还会将自身复制到%system%\Wins文件夹下,创建FTP服务和Wins Client服务。其中FTP服务开启系统的FTP功能用于传播病毒。“冲击波杀手”感染一台机器后就会使用Ping命令或ICMP echo方式探测随机产生的IP地址是否有效,如果有效便开始进行攻击。该病毒会在受感染的系统中随机使用666-765端口与攻击系统进行连接。该病毒还会检查系统版本和微软补丁包的版本号,然后根据不同的操作系统尝试从微软下载有关RPC漏洞的补丁程序,并自动运行补丁程序,给系统打上RPC漏洞的补丁-virus because it was not only the variant of the virus to attack RPC vulnerability, but also copies itself into% system% \ Wins folder, FTP services and the creation Wins Client services. FTP services which opened the FTP function for the transmission of the virus. "Shock killer" an infected machine will be used after the Ping orders or ICMP echo mode detection randomly generated IP address whether and, if they start to attack. The virus in infected systems use random ports 666-765 and attack systems for the connection. The virus will also inspect system version and Microsoft patch version, then under different operating systems to try to download the Microsoft RPC vulnerability patches, and automatically patch to the RPC loopholes permitting system patches
Platform: | Size: 2048 | Author: 美美 | Hits:

[Internet-Network用Delphi实现远程控制

Description: WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,它可以发送一个消息给对方,并能够使对方的电脑关闭、重新启动或重新登录。-WinSock API is a group for the transmission of data on the network and exchange information. Although there are now many tools such as FTP program on the network can transmit data and documents, but through WinSock greater programming flexibility, it does not need the care network connectivity details, but with WinSock very complicated programming. In Delphi, we do not need directly with the WinSock API deal because TServerSocket TClientSocket components and devices (in Internet pages) package of the most WinSock API, making the right WinSock visit greatly simplified. Following the example of the remote control very clear illustration of this problem, it can send a message to each other and to make each other's computers shut down, restart or re-logged.
Platform: | Size: 5120 | Author: 里平 | Hits:

[Windows Developftp传输程序

Description: 一个基于delphi的FTP传输程序,能够实现上传和下载功能,通过编译-Ftp transfer, upload and download. Written by Delphi.
Platform: | Size: 279552 | Author: 川川 | Hits:

[Proxy Serverhandserver

Description: 此程序是一个FTP代理服务器 将它安装在第三方INternet服务器上,配置好相关参数,它即可以自动实现动态IP情况下的 FTP上传和下载-this procedure is a FTP proxy servers installed in its third INternet server, configure parameters, it can automatically realize that the dynamics of the IP FTP upload and download
Platform: | Size: 2663424 | Author: 张红卫 | Hits:

[Button control用IdFTPServer写的一个FTPServer程序

Description: 用IdFTPServer写的一个FTPServer程序 可以方便FTP的编写- A FTPServer procedure writes which with IdFTPServer may facilitate FTP the compilation
Platform: | Size: 94208 | Author: zhou | Hits:

[Ftp Serverboyle_ftpupdate

Description: 网站文件在本地更新多了以后,要将本地更新文件上传服务器时候再一一找出更新过的文件比较麻烦。设计初衷就是为了解决这个问题,同时也为了练手。代码没有什么难度,主要是为了学习FTP传输和文件操控。设计中有两种文件扫描方式,对比扫描则是通过对比用户提供的时间了扫描本地更新文件;实时扫描则以服务器上文件时间与本地文件时间进行对比来扫描文件,因此最好服务器和本地系统时间相差不要太离谱。在D7和XP下开发。 -website updated in the local paper after more than that for local update server upload time again on January 1 updated to identify the papers trouble. Originally designed in order to solve this problem, but also to practice hand. Code not difficult, mainly to learn FTP file transfer and manipulation. Two design document scanning, contrast scanning is provided by comparing the user's local time scanning updates; While real-time scanning files on the server time to time with the local paper compared to scan documents, the best server and the local system the difference in time will not be too outrageous. In D7 and XP development.
Platform: | Size: 278528 | Author: | Hits:

[Ftp ServerTrivialFTPServer

Description: this code is simple FTP server,also ,it is come from delphi demo,enjoy it!
Platform: | Size: 220160 | Author: 张尧 | Hits:

[Ftp ClientFTPConnect

Description: ftp连接控件,有上传,下载,删除,创建目录等功能(delphi开发)-ftp connections, upload, download, delete, create directories and other functions (delphi development)
Platform: | Size: 8192 | Author: | Hits:

[Ftp ClientDelphiFtp

Description: 一个用delphi做成的ftp客户端程序delphiftp,可实现ftp文件上传下载功能-a cause with the ftp client delphiftp. to achieve ftp file upload download
Platform: | Size: 18432 | Author: 陈亚 | Hits:

[Ftp ServerFTP_tool10001

Description: delphi7.0 写的FTP传送系在传送软件,是socket学习的好材料-delphi7.0 written FTP transmission lines in the transmission of software, is a good learning materials socket
Platform: | Size: 260096 | Author: | Hits:

[ERP-EIP-OA-PortalFileManger

Description: 企业的档案管理系统,主要以FTP为后台的档案管理系统-Enterprise file management system, mainly for the background FTP file management system
Platform: | Size: 8085504 | Author: 独行客 | Hits:

[Internet-NetworkServerFTP

Description: 小型ftp服务器纯文本代码,供学习.功能比较原始.-Small ftp server in plain text code for the study. Original functions.
Platform: | Size: 301056 | Author: 大中小 | Hits:

[Delphi VCLCleverInternetSuite6.0.138.RAR

Description: 这是一套全面的网络组件,功能强大而易用。-The Clever Internet Suite represents 100 Delphi VCL components for Borland Delphi/C++Builder, with no external dependencies. These components allow you to send and receive mail, including HTML and MIME attachments, from within an application, download and upload Internet resources over most popular protocols. The suite includes more than 30 components for Internet development and its code is constantly being refined and improved. Also available in the following editions: Clever Internet .NET Suite and Clever Internet ActiveX Suite Features at a glance: Support for FTP, HTTP, WebDAV, SMTP, POP, IMAP, NNTP, SOAP and many more. Client and Server components with SSL/TLS support Multithreaded servers Data compression while retrieving data Easy creation of the mail messages in any formats. Combining and submitting the Web Form POST requests Royalty free licensing. Free Unlimited Email support Fully-indexed help documentation. Delphi and C++Builder demos code
Platform: | Size: 6384640 | Author: aldz | Hits:

[Delphi VCLIMAGE-WEBCAM-FTP

Description: This is a simple image sender to a FTP site. it can be usefull if you want to send a Web-CAM frame to a FTP site, and you can refresh this image in some intervals. give a try.-This is a simple image sender to a FTP site. it can be usefull if you want to send a Web-CAM frame to a FTP site, and you can refresh this image in some intervals. give a try.
Platform: | Size: 11264 | Author: selamicik | Hits:

[Ftp ClientDelphi.example.code.TIdFTP.File.Upload

Description: Delphi基于TIdFTP文件上传实例代码Delphi example code based on TIdFTP File Upload -Delphi example code based on TIdFTP File Upload
Platform: | Size: 26624 | Author: 王蒙 | Hits:

[Ftp ClientDragonControl-SVN

Description: 用delphi写的一个监控截屏并上传到远程Ftp的代码。-Written in delphi monitor with a screen shot and uploaded to the remote Ftp code.
Platform: | Size: 362496 | Author: 余欣 | Hits:

[Delphi VCLFTP-Client

Description: Simple Ftp-Client in Delphi
Platform: | Size: 216064 | Author: Morea Igor | Hits:
« 12 3 »

CodeBus www.codebus.net